Admin Production ni-theme
Current Publication

ATTR_TOOLTIP_TEXT_LENGTH

LabWindows/CVI

ATTR_TOOLTIP_TEXT_LENGTH (Tree Item)

Type: Tree Item attribute
Description: The number of bytes in the tree item tooltip. The length does not include the ASCII NUL byte.

Use this value to determine the size of the buffer to pass when you call GetTreeItemAttribute and specify the ATTR_TOOLTIP_TEXT attribute.

Using this in GetTreeItemAttribute or SetTreeItemAttribute is equivalent to using it in GetTreeCellAttribute or SetTreeCellAttribute if you pass zero for the column index.
Restrictions: Not settable.
Data Type: integer
LabWindows/CVI
Compatibility:
LabWindows/CVI 8.5 and later